VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Utils Namespace / UIElementMasterCollection<T> Class
Конструкторы Свойства Методы События Смотрите также
В этом разделе
Члены типа UIElementMasterCollection<T> Class
В этом разделе
В следующих таблицах перечислены элементы, предоставляемые UIElementMasterCollection<T>.
Публичные Конструкторы
 ИмяОписание
Public ConstructorИнициализирует новый экземпляр класса UIElementMasterCollection<T>.
Публичные Свойства
 ИмяОписание
Public PropertyGets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public PropertyGets or sets the element at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Защищенные Свойства
 ИмяОписание
Protected PropertyВозвращает внутренний список. (Наследуется от MasterCollection<T>)
Protected PropertyGets a System.Collections.Generic.IList wrapper around the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Protected PropertyВозвращает список подчиненных коллекций. (Наследуется от MasterCollection<T>)
Публичные Методы
 ИмяОписание
Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodДобавляет диапазон элементов в эту коллекцию. (Наследуется от MasterCollection<T>)
Public MethodДобавляет подчиненную коллекцию и синхронизирует подчиненную коллекцию с главной коллекцией. (Наследуется от MasterCollection<T>)
Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Наследуется от System.Collections.ObjectModel.Collection<T>)
Public MethodУдаляет коллекцию из списка подчиненных коллекций. (Наследуется от MasterCollection<T>)
Public MethodВозвращает элементы коллекции в виде массива. (Наследуется от MasterCollection<T>)
Защищенные Методы
 ИмяОписание
Protected MethodУдаляет все элементы из главной и подчиненной коллекций. (Наследуется от MasterCollection<T>)
Protected MethodВставляет элемент в коллекцию по указанному индексу. (Наследуется от MasterCollection<T>)
Protected MethodВызывает событие Changed. (Наследуется от MasterCollection<T>)
Protected MethodВызывает событие Changing. (Наследуется от MasterCollection<T>)
Protected MethodУдаляет элемент по указанному индексу коллекции. (Наследуется от MasterCollection<T>)
Protected MethodЗаменяет элемент по указанному индексу.
Публичные События
 ИмяОписание
Public EventПроисходит при изменении коллекции. (Наследуется от MasterCollection<T>)
Public EventПроисходит при изменении коллекции. (Наследуется от MasterCollection<T>)
Смотрите также